Method
GimpUiScrolledPreviewget_adjustments
Declaration [src]
void
gimp_scrolled_preview_get_adjustments (
GimpScrolledPreview* preview,
GtkAdjustment** hadj,
GtkAdjustment** vadj
)
Parameters
hadj
-
Type:
GtkAdjustment
Horizontal adjustment.
The argument will be set by the function. The returned data is owned by the instance. vadj
-
Type:
GtkAdjustment
Vertical adjustment.
The argument will be set by the function. The returned data is owned by the instance.